home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / getdtablesize.man < prev    next >
Encoding:
Text File  |  1989-05-05  |  753 b   |  67 lines

  1.  
  2.  
  3.  
  4. GETDTABLESIZE         C Library Procedures          GETDTABLESIZE
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      getdtablesize - get descriptor table size
  10.  
  11. SSYYNNOOPPSSIISS
  12.      nnffddss == ggeettddttaabblleessiizzee(())
  13.      iinntt nnffddss;;
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.      Each process has a fixed size descriptor table, which is
  17.      guaranteed to have at least 20 slots.  The entries in the
  18.      descriptor table are numbered with small integers starting
  19.      at 0.  The call _g_e_t_d_t_a_b_l_e_s_i_z_e returns the size of this
  20.      table.
  21.  
  22. SSEEEE AALLSSOO
  23.      close(2), dup(2), open(2), select(2)
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               June 28, 1985                         1
  64.  
  65.  
  66.  
  67.